home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_02_01
/
2n01043a
< prev
next >
Wrap
Text File
|
1990-06-24
|
520b
|
25 lines
(*
Ega/Vga Graphics Driver for Panel Unit
Turbo Pascal 4 Unit
**************************************************
NOTE: All compilations should have the boolean
evaluation option set to "short-circuit"
**************************************************
June 26, 1990 -- Michael Kelly -- Version 1.01 *)
Unit PanelDrv;
Interface
Procedure EgaVgaDriverProc;
Implementation
Procedure EgaVgaDriverProc; external;
{$L EGAVGA.OBJ }
End.